home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / jet_boat.swf / scripts / DefineButton2_214 / BUTTONCONDACTION on(keyPress Space).as
Encoding:
Text File  |  2010-04-12  |  186 b   |  11 lines

  1. on(keyPress "<Space>"){
  2.    if(_root.stay == 0)
  3.    {
  4.       _root.p = 5;
  5.       _root.netrofl = true;
  6.       _root.car.flame.gotoandplay(2);
  7.       dwn = true;
  8.       play();
  9.    }
  10. }
  11.